﻿/* inside 内页样式 */
.mainOut {
    width: 1200px;
    height: auto ;
    margin: 0 auto;
    padding: 30px;
    z-index: 9999; 
}
.in_title {
    font-size: 20px;
    color: #0d9710;
    margin: 15px 0;
	text-align:center;
}
.tel_box h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: 200px;
    padding-left: 30px;
    background: #0d9710;
    height: 60px;
    padding-top: 13px;
}
.tel_box h3 p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
	line-height:30px;
}

.tel_box .text {
	border: 1px solid #dcdbdb;
	padding: 20px;
}
.tel_box .text p {
	font-size: 14px;
	color: #666;
}

/* 产品列表 */
.products_list li {
    float: left;
    width:280px;
    text-align: center;
    margin: 0 10px 30px 23px;
    display: inline; 
}
.products_list li .picture {
	display: block;
	width:100%;
	height: 260px;
	overflow: hidden;
	position:relative;
}
.products_list li .picture img{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:100%;
	/* height:100%; */
}
.products_list li .title {
    background: #e5e5e5;
    height: 35px;
    line-height: 35px;
}
.products_list li .title a {
    font-size: 14px;
}
/* 新闻列表  */
.news_list ul li {
    height: 100px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.news_list ul li .ind_news_pic {
	width: 170px;
	height: 128px;
	float: left;
	overflow: hidden;
}
.news_list ul li .ind_news_pic img {
	width: 168px;
	height: 126px;
	border:1px solid #ccc;
}
.news_list li .ind_news_main {
	width: 690px;
	height: 100px;
	padding-top:15px;
}
.news_list li .ind_news_main h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 20px;
}
.news_list li .ind_news_main .assist {
	color: #999;
	margin-bottom: 8px;
	height: 40px;
	overflow: hidden;
}
.news_list li .ind_news_main .down {
	background: #0099de;
	width: 70px;
	height: 25px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.linkTagcs{width:840px;height:auto;}
.linkTagcs ul{margin:0px;padding:0px;list-style-type:none;}
.linkTagcs li{list-style:none;margin:0px;  padding-right:10px;line-height:80px;float:left;}
.linkTagcs li a{color:#888;word-break:break-all;}
.linkTagcs li img{border:0px;}